Closed
Conversation
removed viewJobForm
…/github.com/CISC375/SageTeamY into Task3.5-Store-fetched-job-listings-saiedaJN
added required library for node-canvas fix to remote pipeline
Update node.js.yml
…t-task7.2/7.3-rahul5400
…reshi Task5.3 formatted job alert msgs hqureshi
…, adzunaAPI now in func
added documentation
…tilized in joblistings
…erests, passes this data to the API response, and stores it all in an array
…ving the code await the result from the now async function 'getJobAPIResponse'
…ds Discord message's character limit of 2000, the bot will send it as a txt file instead
…@ing the user like before and providing the file containing the list of jobs
…nipulation for easy readability and changed file type back to txt
…t duplicate job postings
… to remove the hashtag markdown
…/github.com/CISC375/SageTeamY into interview-command-olivia
All Eslint errors and warnings handled
* Blackjack file created * Fixed imports * Added interface to blackjack.ts * Creates a game embed + non-interactable buttons as a reply * Blackjack now has non-implemented rules button * Hit button math logic added * Added an end to the game * Moved the status of the game to be a footer. Fixed status typo. * Added a to-do list * Fixed inital player drawing; Accounted for issue with initial draw count * Fixed fetchReply deprecated method * Fixed template for stand and rules button clicks; fixed rule typo * Applied initial "stand" logic * Added game end comparing the player and dealer's hands * Finished stand button logic * Fixed bug with drawing aces; Fixed bug with stand button not working * Fixed how dealer added cards to hand * Added stand vs. bust dealer logic * Added Green embed to winning game * Fixed green embed upon winning; Fixed dealer still hitting despite winning * Added waiting so user can read dealer last card drawn * Fixed ace handling logic * Added small delay for user to see what card they drew before busting * Fixed bug with timing of new wait * Removed buttons when busting after a hit * Updated TODO; Fixed Ace functionality again * Added rules button functionality * Fixed logic causing 21 to bust * Added another minute before the game times out * Deleted "TODO" list --------- Co-authored-by: Matthew Meredith <matthewmeredith775@gmail.com>
Repo and config cleanup
…ck302 Fixing rules blackjack tiger attack302
…rview-command-olivia
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Made a workaround for the timeout error, also finally merging the /interview command